From 4c36efa609a0507e24b3231c6b900bcc5dbc5755 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 13 Jan 2005 15:30:01 +0000 Subject: [PATCH] Use R as mnemonic for the Credits button to avoid duplicate. (#163465, MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2005-01-13 Matthias Clasen * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic for the Credits button to avoid duplicate. (#163465, Tim-Philipp Müller) --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gtk/gtkaboutdialog.c | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f78dc16cb2..7597505ec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-01-13 Matthias Clasen + * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic + for the Credits button to avoid duplicate. (#163465, Tim-Philipp + Müller) + * configure.in: Add an OS_LINUX conditional. * gdk/Makefile.am (TESTS): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f78dc16cb2..7597505ec9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2005-01-13 Matthias Clasen + * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic + for the Credits button to avoid duplicate. (#163465, Tim-Philipp + Müller) + * configure.in: Add an OS_LINUX conditional. * gdk/Makefile.am (TESTS): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f78dc16cb2..7597505ec9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2005-01-13 Matthias Clasen + * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic + for the Credits button to avoid duplicate. (#163465, Tim-Philipp + Müller) + * configure.in: Add an OS_LINUX conditional. * gdk/Makefile.am (TESTS): diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index c9f640fd55..46289a246e 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -479,7 +479,7 @@ gtk_about_dialog_init (GtkAboutDialog *about) gtk_dialog_set_default_response (GTK_DIALOG (about), GTK_RESPONSE_CLOSE); /* Add the credits button */ - button = gtk_button_new_from_stock (_("_Credits")); + button = gtk_button_new_from_stock (_("C_redits")); gtk_box_pack_end (GTK_BOX (GTK_DIALOG (about)->action_area), button, FALSE, TRUE, 0); gtk_button_box_set_child_secondary (GTK_BUTTON_BOX (GTK_DIALOG (about)->action_area), button, TRUE); -- 2.30.2